small fix
This commit is contained in:
parent
39802c6e5b
commit
516e639153
|
@ -7,7 +7,7 @@ BEGIN
|
||||||
CREATE TABLE public."Language"
|
CREATE TABLE public."Language"
|
||||||
(
|
(
|
||||||
id uuid NOT NULL,
|
id uuid NOT NULL,
|
||||||
language_code character varying(20) NOT NULL,
|
code character varying(20) NOT NULL,
|
||||||
payload text NOT NULL,
|
payload text NOT NULL,
|
||||||
created_at timestamp without time zone NOT NULL,
|
created_at timestamp without time zone NOT NULL,
|
||||||
updated_at timestamp without time zone NOT NULL,
|
updated_at timestamp without time zone NOT NULL,
|
||||||
|
|
Loading…
Reference in New Issue