database: Add penalty_per_bs to season table
This commit is contained in:
@ -13,6 +13,8 @@ CREATE TABLE season (
|
||||
penalty_per_kg INTEGER,
|
||||
penalty_amount INTEGER,
|
||||
penalty_none INTEGER,
|
||||
penalty_per_bs_amount INTEGER,
|
||||
penalty_per_bs_none INTEGER,
|
||||
bs_value INTEGER,
|
||||
|
||||
start_date TEXT CHECK (start_date REGEXP '^[1-9][0-9]{3}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$'),
|
||||
|
Reference in New Issue
Block a user