代码搜索:PostgreSQL

找到约 4,136 项符合「PostgreSQL」的源代码

代码结果 4,136
www.eeworm.com/read/116211/6113495

sql postgresql_db_struct.sql

CREATE SEQUENCE jforum_banlist_seq; CREATE TABLE jforum_banlist ( banlist_id INTEGER NOT NULL DEFAULT NEXTVAL('jforum_banlist_seq'), user_id INTEGER NOT NULL DEFAULT 0, banlist_ip VARCHAR(20
www.eeworm.com/read/116211/6113497

sql postgresql_data_dump.sql

-- -- General Group -- INSERT INTO jforum_groups ( group_name, group_description ) VALUES ('General', 'General Users'); INSERT INTO jforum_roles (group_id, name, role_type) VALUES ((SELECT CU