xorm/tests/dump2-sqlite3-table.sql

4 lines
223 B
MySQL
Raw Normal View History

/*Generated by xorm 2023-07-26 16:06:45, from sqlite3 to sqlite3*/
CREATE TABLE IF NOT EXISTS `test_dump_table_struct2` (`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `created` DATETIME DEFAULT CURRENT_TIMESTAMP NULL);