Repository List
/
Contenido
/
utf8
/
plugins
/
sphinx
/
sql
/
TOAST
/
search.sql @ HEAD
English
Checkout
View File
Blame/Annotate
RSS Feed
View Revision Log
search.sql
638
639
8
8
ctime timestamp not null default now(),
9
9
mtime timestamp not null default now(),
10
10
status smallint not null default 1,
11
is_deleted boolean default false,
11
12
object_id integer not null,
12
13
object_class text not null,
13
14
name text,