This commit is contained in:
Tyrel Souza 2022-10-14 14:26:31 -04:00
parent df7beeb075
commit 05d9046e15
No known key found for this signature in database
GPG Key ID: F6582CF1308A2360
1 changed files with 0 additions and 3 deletions

View File

@ -1,8 +1,5 @@
CREATE TABLE `albums` (
`id` bigint NOT NULL AUTO_INCREMENT,
`created_at` datetime(3) DEFAULT NULL,
`updated_at` datetime(3) DEFAULT NULL,
`deleted_at` datetime(3) DEFAULT NULL,
`title` longtext,
`artist` longtext,
`price` double DEFAULT NULL,