Changeset 11322
- Timestamp:
- Apr 16, 2009, 4:25:02 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/setup/sql/postgres74/install/install-2.13.7-create_tables.sql
r11318 r11322 325 325 is_receive_mail_pc int4 NOT NULL default '0', 326 326 is_receive_message int4 NOT NULL default '1', 327 is_display_topic_home smallint NOT NULL default '1', 327 328 PRIMARY KEY (c_commu_member_id) 328 329 ); … … 547 548 public_flag varchar(20) NOT NULL default 'public', 548 549 u_datetime timestamp NOT NULL default '0000-01-01 00:00:00', 550 is_comment_input smallint NOT NULL default '1', 549 551 PRIMARY KEY (c_diary_id) 550 552 ); … … 650 652 intro text NOT NULL, 651 653 r_datetime_intro timestamp NOT NULL default '0000-01-01 00:00:00', 654 is_display_friend_home smallint NOT NULL default '1', 652 655 PRIMARY KEY (c_friend_id) 653 656 );
Note: See TracChangeset
for help on using the changeset viewer.