Changeset 11769
- Timestamp:
- 08/28/07 14:23:09 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/branch-1-9/midgard/core/midgard/src/query.c
r11761 r11769 883 883 object_action int(11) NOT NULL default '0', \ 884 884 object_action_date datetime NOT NULL default '0000-00-00 00:00:00', \ 885 realm varchar(255) NOT NULL default '', \ 886 changed timestamp(14) NOT NULL, \ 887 updated timestamp(14) NOT NULL, \ 888 action enum('create','update','delete') NOT NULL default 'create', \ 885 889 PRIMARY KEY (guid), \ 886 890 KEY repligard_guid_idx(guid(80)) \
