CHG SQL style for creating the table
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
-- @since 0.0.2
|
||||
|
||||
DROP TABLE IF EXISTS `#__depot`;
|
||||
CREATE TABLE `#__depot`(
|
||||
CREATE TABLE `#__depot` (
|
||||
`id` SERIAL,
|
||||
`component_name` VARCHAR(1024) CHARACTER SET ascii COLLATE ascii_general_ci NULL DEFAULT NULL
|
||||
COMMENT 'unique component name (ASCII characters only)',
|
||||
|
Reference in New Issue
Block a user