SWDB
← Versions / 5.7.14 /

s_attribute_configuration

Fields (15)

Name Type Null Key Default Extra
id int(11) NO PRI NULL auto_increment
table_name varchar(255) NO MUL NULL
column_name varchar(255) NO NULL
column_type varchar(255) NO NULL
default_value varchar(500) YES NULL
position int(11) NO NULL
translatable int(1) NO NULL
display_in_backend int(1) NO NULL
custom int(1) NO NULL
help_text text YES NULL
support_text varchar(500) YES NULL
label varchar(255) YES NULL
entity varchar(500) YES NULL
array_store mediumtext YES NULL
readonly int(1) NO NULL

Indexes (3)

Name Columns Unique
PRIMARY id Yes
table_column_unique table_name,column_name Yes
table_name table_name No