2 lines
144 B
SQL
2 lines
144 B
SQL
ALTER TABLE `invoices` ADD `bapValidated` int DEFAULT 0 NOT NULL;--> statement-breakpoint
|
|
ALTER TABLE `invoices` ADD `bapValidatedAt` timestamp; |