salix/db/changes/10380-allsaints/00-defaultViewConfig.sql

6 lines
158 B
MySQL
Raw Normal View History

CREATE TABLE `salix`.`defaultViewConfig`
(
tableCode VARCHAR(25) not null,
columns JSON not null
)
comment 'The default configuration of columns for views';