sf-static/sql/modules/views/sqlite/templates/table.php

6 lines
94 B
PHP
Raw Permalink Normal View History

2023-02-28 18:21:07 +00:00
CREATE TABLE table_name (
field_1 INT(10) NOT NULL,
field_2 VARCHAR(20),
field_4 TEXT
)