Skip to content

Commit

Permalink
remove int display width setting
Browse files Browse the repository at this point in the history
  • Loading branch information
davidangb committed Nov 6, 2024
1 parent ac39221 commit 28b74db
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
value_number double DEFAULT NULL,
value_boolean bit(1) DEFAULT NULL,
value_entity_ref bigint(20) unsigned DEFAULT NULL,
list_index int(11) DEFAULT NULL,
list_length int(11) DEFAULT NULL,
list_index int DEFAULT NULL,
list_length int DEFAULT NULL,
owner_id bigint(20) unsigned NOT NULL,
deleted bit(1) DEFAULT false,
deleted_date timestamp NULL DEFAULT NULL
Expand Down

0 comments on commit 28b74db

Please sign in to comment.