diff options
Diffstat (limited to 'tables.sql')
-rw-r--r-- | tables.sql | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -175,4 +175,4 @@ CREATE TABLE IF NOT EXISTS profile_char CONSTRAINT `fk_char_user` FOREIGN KEY (profile_id) REFERENCES users (id), CONSTRAINT `fk_char_user2` FOREIGN KEY (user_id) REFERENCES users (id) ) ENGINE = InnoDB - DEFAULT CHARSET = utf8;
\ No newline at end of file + DEFAULT CHARSET = utf8; |