+ Badges introduction to database schemas
+ Adding some default empty list values where applicable neighbors now has a default value of '[]' to enforce the "empty list" constraint on that field
This commit is contained in:
@@ -6,5 +6,5 @@ CREATE TABLE IF NOT EXISTS `neighbors`(
|
||||
`wsurl` VARCHAR(512),
|
||||
`name` VARCHAR(512) NOT NULL,
|
||||
`description` VARCHAR(1024),
|
||||
`tags` VARCHAR(1024)
|
||||
`tags` VARCHAR(1024) DEFAULT '[]'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user