sql
This commit is contained in:
parent
df7beeb075
commit
05d9046e15
3
new.sql
3
new.sql
@ -1,8 +1,5 @@
|
|||||||
CREATE TABLE `albums` (
|
CREATE TABLE `albums` (
|
||||||
`id` bigint NOT NULL AUTO_INCREMENT,
|
`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,
|
`title` longtext,
|
||||||
`artist` longtext,
|
`artist` longtext,
|
||||||
`price` double DEFAULT NULL,
|
`price` double DEFAULT NULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user