schema
This commit is contained in:
parent
8cd38cd7d3
commit
d9e66b7d9b
1 changed files with 1 additions and 1 deletions
|
@ -873,7 +873,7 @@ CREATE TABLE public.modactions (
|
||||||
target_comment_id integer,
|
target_comment_id integer,
|
||||||
created_utc integer DEFAULT 0,
|
created_utc integer DEFAULT 0,
|
||||||
kind character varying(32) DEFAULT NULL::character varying,
|
kind character varying(32) DEFAULT NULL::character varying,
|
||||||
_note character varying(350) DEFAULT NULL::character varying
|
_note text DEFAULT NULL::character varying
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue