git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_SGD/tags/3.7.0.2_original@1 eb19766c-00d9-a042-a3a0-45cb8ec72764
7 lines
230 B
SQL
7 lines
230 B
SQL
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;
|