modify schema
This commit is contained in:
parent
f49e4a07de
commit
5b51577922
@ -241,7 +241,6 @@ thread HouseListing_OnBuyHome( playerid, house_listing_id )
|
||||
ASK float,
|
||||
LISTING_DATE DATETIME default CURRENT_TIMESTAMP,
|
||||
SALE_DATE DATETIME default null,
|
||||
UNIQUE KEY (HOUSE_ID),
|
||||
FOREIGN KEY (HOUSE_ID) REFERENCES HOUSES (ID) ON DELETE CASCADE
|
||||
);
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user