diff --git a/schema-migration/000-init.sql b/schema-migration/000-init.sql index f70dee6..b56c6b6 100644 --- a/schema-migration/000-init.sql +++ b/schema-migration/000-init.sql @@ -84,7 +84,7 @@ CREATE TABLE arimelody.musicrelease ( buylink text, copyright text, copyrightURL text, - created_at TIMESTAMP NOT NULL DEFAULT current_timestamp, + created_at TIMESTAMP NOT NULL DEFAULT current_timestamp ); ALTER TABLE arimelody.musicrelease ADD CONSTRAINT musicrelease_pk PRIMARY KEY (id);