Home
last modified time | relevance | path

Searched refs:phpbb_topics_watch (Results 1 – 13 of 13) sorted by last modified time

/dports/chinese/phpbb-tw/phpBB2/install/schemas/
H A Dmssql_schema.sql314 CREATE TABLE [phpbb_topics_watch] ( table
697 CREATE INDEX [IX_phpbb_topics_watch] ON [phpbb_topics_watch]([topic_id], [user_id]) ON [PRIMARY]
H A Dmysql_schema.sql462 # Table structure for table 'phpbb_topics_watch'
H A Dpostgres_schema.sql443 CREATE TABLE phpbb_topics_watch ( table
448 CREATE INDEX topic_id_phpbb_topics_watch_index ON phpbb_topics_watch (topic_id);
449 CREATE INDEX user_id_phpbb_topics_watch_index ON phpbb_topics_watch (user_id);
/dports/chinese/phpbb3-tw/phpBB3/install/schemas/
H A Dfirebird_schema.sql1297 CREATE TABLE phpbb_topics_watch ( table
1303 CREATE INDEX phpbb_topics_watch_topic_id ON phpbb_topics_watch(topic_id);;
1304 CREATE INDEX phpbb_topics_watch_user_id ON phpbb_topics_watch(user_id);;
1305 CREATE INDEX phpbb_topics_watch_notify_stat ON phpbb_topics_watch(notify_status);;
H A Dmysql_40_schema.sql897 CREATE TABLE phpbb_topics_watch ( table
H A Dmysql_41_schema.sql897 CREATE TABLE phpbb_topics_watch ( table
H A Doracle_schema.sql1714 CREATE TABLE phpbb_topics_watch ( table
1721 CREATE INDEX phpbb_topics_watch_topic_id ON phpbb_topics_watch (topic_id)
1723 CREATE INDEX phpbb_topics_watch_user_id ON phpbb_topics_watch (user_id)
1725 CREATE INDEX phpbb_topics_watch_notify_stat ON phpbb_topics_watch (notify_status)
H A Dsqlite_schema.sql867 CREATE TABLE phpbb_topics_watch ( table
873 CREATE INDEX phpbb_topics_watch_topic_id ON phpbb_topics_watch (topic_id);
874 CREATE INDEX phpbb_topics_watch_user_id ON phpbb_topics_watch (user_id);
875 CREATE INDEX phpbb_topics_watch_notify_stat ON phpbb_topics_watch (notify_status);
H A Dmssql_schema.sql1565 CREATE TABLE [phpbb_topics_watch] ( table
1572 CREATE INDEX [topic_id] ON [phpbb_topics_watch]([topic_id]) ON [PRIMARY]
1575 CREATE INDEX [user_id] ON [phpbb_topics_watch]([user_id]) ON [PRIMARY]
1578 CREATE INDEX [notify_stat] ON [phpbb_topics_watch]([notify_status]) ON [PRIMARY]
H A Dpostgres_schema.sql1157 CREATE TABLE phpbb_topics_watch ( table
1163 CREATE INDEX phpbb_topics_watch_topic_id ON phpbb_topics_watch (topic_id);
1164 CREATE INDEX phpbb_topics_watch_user_id ON phpbb_topics_watch (user_id);
1165 CREATE INDEX phpbb_topics_watch_notify_stat ON phpbb_topics_watch (notify_status);
/dports/www/phpbb/phpBB2/install/schemas/
H A Dmssql_schema.sql314 CREATE TABLE [phpbb_topics_watch] ( table
697 CREATE INDEX [IX_phpbb_topics_watch] ON [phpbb_topics_watch]([topic_id], [user_id]) ON [PRIMARY]
H A Dpostgres_schema.sql443 CREATE TABLE phpbb_topics_watch ( table
448 CREATE INDEX topic_id_phpbb_topics_watch_index ON phpbb_topics_watch (topic_id);
449 CREATE INDEX user_id_phpbb_topics_watch_index ON phpbb_topics_watch (user_id);
H A Dmysql_schema.sql462 # Table structure for table 'phpbb_topics_watch'