feat: Add creation_date column to characters table (#1825)
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
INSERT INTO `version_db_characters` (`sql_rev`) VALUES ('1557608218190967100');
|
||||||
|
|
||||||
|
ALTER TABLE `characters`
|
||||||
|
ADD COLUMN `creation_date` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP AFTER `grantableLevels`;
|
||||||
Reference in New Issue
Block a user