Index: trunk/extensions/SocialProfile/UserStatus/UserStatus.sql |
— | — | @@ -1,13 +0,0 @@ |
2 | | - |
3 | | - |
4 | | -CREATE TABLE IF NOT EXISTS `user_status` ( |
5 | | - `id` int(11) NOT NULL AUTO_INCREMENT, |
6 | | - `user_id` int(11) NOT NULL, |
7 | | - `user_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, |
8 | | - `user_name` varchar(255) NOT NULL, |
9 | | - `user_status` text NOT NULL, |
10 | | - PRIMARY KEY (`id`) |
11 | | -); |
\ No newline at end of file |