mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 15:14:27 +01:00
Amends SQL Schemas, configures default values for marking styles and colours.
Comes with an edit on the PR to the 'required sql changes' section.
This commit is contained in:
@@ -46,13 +46,13 @@ CREATE TABLE `characters` (
|
||||
`skin_red` smallint(4) NOT NULL,
|
||||
`skin_green` smallint(4) NOT NULL,
|
||||
`skin_blue` smallint(4) NOT NULL,
|
||||
`marking_colours` mediumtext NOT NULL,
|
||||
`marking_colours` mediumtext NOT NULL DEFAULT 'head=%23000000&body=%23000000&tail=%23000000',
|
||||
`head_accessory_red` smallint(4) NOT NULL,
|
||||
`head_accessory_green` smallint(4) NOT NULL,
|
||||
`head_accessory_blue` smallint(4) NOT NULL,
|
||||
`hair_style_name` varchar(45) NOT NULL,
|
||||
`facial_style_name` varchar(45) NOT NULL,
|
||||
`marking_styles` mediumtext NOT NULL,
|
||||
`marking_styles` mediumtext NOT NULL DEFAULT 'head=None&body=None&tail=None',
|
||||
`head_accessory_style_name` varchar(45) NOT NULL,
|
||||
`alt_head_name` varchar(45) NOT NULL,
|
||||
`eyes_red` smallint(4) NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user