Pman/Reddit/DataObjects/reddit.sql
authorAlan Knowles <alan@roojs.com>
Tue, 16 Dec 2014 09:48:17 +0000 (17:48 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 16 Dec 2014 09:48:17 +0000 (17:48 +0800)
Pman/Reddit/DataObjects/reddit.sql

index 9009c90..c4b1a72 100644 (file)
@@ -14,6 +14,8 @@ CREATE TABLE reddit_livefeed
 
 alter table reddit_livefeed add column last_uid varchar(64) not null default '';
 
+
+
 CREATE TABLE livefeed_embed
 (
     id INT(11)  NOT NULL auto_increment,
@@ -23,7 +25,7 @@ CREATE TABLE livefeed_embed
     frame_width INT(11),
     frame_height INT(11),
     frame_style TEXT,
-    frame_body LONGTEXT
+    frame_body LONGTEXT,
 
     PRIMARY KEY (id)