Feat(SQL, UI): Button Icons page, Command Button Links page created with get and set functionality.
This commit is contained in:
@@ -11,7 +11,7 @@ WHERE
|
||||
CREATE TABLE IF NOT EXISTS parts.DOG_Location (
|
||||
id_location INT NOT NULL AUTO_INCREMENT PRIMARY KEY
|
||||
, id_locaiton_parent INT
|
||||
, code VARCHAR(100) NOT NULL
|
||||
, code VARCHAR(250) NOT NULL
|
||||
, name VARCHAR(250) NOT NULL
|
||||
, active BIT NOT NULL DEFAULT 1
|
||||
, created_on DATETIME
|
||||
|
||||
Reference in New Issue
Block a user