Chronicle 4 branch.
This commit is contained in:
12
L2J_Mobius_C4/dist/db_installer/sql/posts.sql
vendored
Normal file
12
L2J_Mobius_C4/dist/db_installer/sql/posts.sql
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
-- ---------------------------
|
||||
-- Table structure for posts
|
||||
-- ---------------------------
|
||||
CREATE TABLE IF NOT EXISTS `posts` (
|
||||
`post_id` int(8) NOT NULL default '0',
|
||||
`post_owner_name` varchar(255) NOT NULL default '',
|
||||
`post_ownerid` int(8) NOT NULL default '0',
|
||||
`post_date` decimal(20,0) NOT NULL default '0',
|
||||
`post_topic_id` int(8) NOT NULL default '0',
|
||||
`post_forum_id` int(8) NOT NULL default '0',
|
||||
`post_txt` text NOT NULL
|
||||
);
|
Reference in New Issue
Block a user