refactor Lang table
This commit is contained in:
@@ -522,8 +522,14 @@ CREATE TABLE `lang`
|
||||
`code` VARCHAR(10),
|
||||
`locale` VARCHAR(45),
|
||||
`url` VARCHAR(255),
|
||||
`position` INTEGER,
|
||||
`date_format` VARCHAR(45),
|
||||
`time_format` VARCHAR(45),
|
||||
`datetime_format` VARCHAR(45),
|
||||
`decimal_separator` VARCHAR(45),
|
||||
`thousands_separator` VARCHAR(45),
|
||||
`decimals` VARCHAR(45),
|
||||
`by_default` TINYINT,
|
||||
`position` INTEGER,
|
||||
`created_at` DATETIME,
|
||||
`updated_at` DATETIME,
|
||||
PRIMARY KEY (`id`)
|
||||
|
||||
Reference in New Issue
Block a user