diff options
Diffstat (limited to 'db/migrations/0100_abandoned_moonstone.sql')
| -rw-r--r-- | db/migrations/0100_abandoned_moonstone.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/db/migrations/0100_abandoned_moonstone.sql b/db/migrations/0100_abandoned_moonstone.sql new file mode 100644 index 00000000..6ae94728 --- /dev/null +++ b/db/migrations/0100_abandoned_moonstone.sql @@ -0,0 +1,4 @@ +ALTER TABLE "vendor_data_report_temps" ALTER COLUMN "created_at" SET DEFAULT now();--> statement-breakpoint +ALTER TABLE "vendor_data_report_temps" ALTER COLUMN "created_at" SET NOT NULL;--> statement-breakpoint +ALTER TABLE "vendor_data_report_temps" ALTER COLUMN "updated_at" SET DEFAULT now();--> statement-breakpoint +ALTER TABLE "vendor_data_report_temps" ALTER COLUMN "updated_at" SET NOT NULL;
\ No newline at end of file |
