3 lines
93 B
Plaintext
3 lines
93 B
Plaintext
ALTER TABLE `aimodel`
|
|
ADD COLUMN `ModelSource` INT NULL DEFAULT NULL AFTER `SystemEntryID`;
|