File "create_table_app_container.sql"

Full Path: /home/vantageo/public_html/wp-admin/.wp-cli/wp-content/plugins/wp-data-access/admin/repository/create_table_app_container.sql
File size: 421 bytes
MIME-type: text/plain
Charset: utf-8

CREATE TABLE {wp_prefix}wpda_app_container{wpda_postfix}
(cnt_id			bigint unsigned		not null	auto_increment
,cnt_dbs		varchar(128)		not null
,cnt_tbl		varchar(128)		not null
,cnt_cls		longtext			not null
,cnt_title		varchar(200)		not null
,app_id			bigint unsigned		not null
,cnt_seq_nr		smallint unsigned	not null
,cnt_table		longtext
,cnt_form		longtext
,cnt_relation   longtext
,primary key (cnt_id)
) {wpda_collate};