Feat(SQL, UI): 1. Calc and Get Many Stored Procedures created for Weather, Lighting Level, Assessment, Distraction Type, Distraction Intensity Level, Distraction, Bribe, Assessment Command Modality Link, Response Quality Metric, Obedience Level, and Assessment Response. \n 2. Assessments and Assessment pages created with data loading and hooked up, but not saving.
This commit is contained in:
@@ -12,8 +12,8 @@ WHERE
|
||||
|
||||
CREATE TABLE IF NOT EXISTS DOG_Unit_Measurement (
|
||||
id_unit_measurement INT NOT NULL AUTO_INCREMENT PRIMARY KEY
|
||||
, name_singular VARCHAR(255) NOT NULL
|
||||
, name_plural VARCHAR(256) NOT NULL
|
||||
, name_singular VARCHAR(250) NOT NULL
|
||||
, name_plural VARCHAR(250) NOT NULL
|
||||
, symbol VARCHAR(50) NOT NULL
|
||||
, symbol_is_suffix_not_prefix BIT NOT NULL DEFAULT 1
|
||||
, is_base_unit BIT NOT NULL DEFAULT 0
|
||||
|
||||
Reference in New Issue
Block a user