Feat(SQL, UI): Button Icons page, Command Button Links page created with get and set functionality.
This commit is contained in:
@@ -10,7 +10,7 @@ WHERE
|
||||
|
||||
CREATE TABLE IF NOT EXISTS parts.DOG_Drive (
|
||||
id_drive INT NOT NULL AUTO_INCREMENT PRIMARY KEY
|
||||
, 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