Adding views of stacks, manufacturers lists
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
CREATE TABLE IF NOT EXISTS `#__depot_stock` (
|
||||
`id` SERIAL,
|
||||
`name` VARCHAR(1024) NOT NULL DEFAULT '',
|
||||
-- `alias` VARCHAR(1024) NOT NULL DEFAULT '',
|
||||
`alias` VARCHAR(1024) NOT NULL DEFAULT '',
|
||||
`owner` INT(10) UNSIGNED NOT NULL DEFAULT 0,
|
||||
`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||||
`created_by` INT(10) UNSIGNED NOT NULL DEFAULT 0,
|
||||
|
Reference in New Issue
Block a user