This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Incam_SGD/sql/mysql/upgrade/2.0.9/document_incomplete.sql

7 lines
230 B
MySQL
Raw Normal View History

CREATE TABLE `document_incomplete` (
`id` int(10) unsigned NOT NULL default '0',
`contents` tinyint(1) unsigned NOT NULL default '0',
`metadata` tinyint(1) unsigned NOT NULL default '0',
PRIMARY KEY (`id`)
) TYPE=InnoDB;