File "create_table_app_apps.sql"

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

CREATE TABLE {wp_prefix}wpda_app_apps{wpda_postfix}
(app_id			bigint unsigned		not null
,app_id_detail	bigint unsigned		not null
,seq_nr			smallint unsigned	not null
,app_settings 	longtext
,primary key (app_id, app_id_detail)
) {wpda_collate};