Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions lucid/comments.columns
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"name","type","length","leftDigits","rightDigits"
"id","STRING","0","0","0"
"post_id","STRING","0","0","0"
"user_id","STRING","0","0","0"
"comment","STRING","0","0","0"
"created_at","STRING","0","0","0"
"updated_at","STRING","0","0","0"
1 change: 1 addition & 0 deletions lucid/comments.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"id","post_id","user_id","comment","created_at","updated_at"
7 changes: 7 additions & 0 deletions lucid/contact_settings.columns
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"name","type","length","leftDigits","rightDigits"
"id","INTEGER","3","3","0"
"user_id","INTEGER","4","4","0"
"email","STRING","34","0","0"
"display_message","STRING","162","0","0"
"created_at","STRING","0","0","0"
"updated_at","STRING","0","0","0"
320 changes: 320 additions & 0 deletions lucid/contact_settings.csv

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions lucid/ext_feed_banks.columns
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
"name","type","length","leftDigits","rightDigits"
"id","STRING","0","0","0"
"site","STRING","0","0","0"
"site_image","STRING","0","0","0"
"title","STRING","0","0","0"
"des","STRING","0","0","0"
"link","STRING","0","0","0"
"date","STRING","0","0","0"
"image","STRING","0","0","0"
"created_at","STRING","0","0","0"
"updated_at","STRING","0","0","0"
1 change: 1 addition & 0 deletions lucid/ext_feed_banks.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"id","site","site_image","title","des","link","date","image","created_at","updated_at"
12 changes: 12 additions & 0 deletions lucid/ext_rsses.columns
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
"name","type","length","leftDigits","rightDigits"
"id","STRING","0","0","0"
"user_id","STRING","0","0","0"
"title","STRING","0","0","0"
"url","STRING","0","0","0"
"description","STRING","0","0","0"
"image","STRING","0","0","0"
"link","STRING","0","0","0"
"lastBuildDate","STRING","0","0","0"
"created_at","STRING","0","0","0"
"updated_at","STRING","0","0","0"
"category","STRING","0","0","0"
1 change: 1 addition & 0 deletions lucid/ext_rsses.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"id","user_id","title","url","description","image","link","lastBuildDate","created_at","updated_at","category"
13 changes: 13 additions & 0 deletions lucid/extfeeds.columns
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
"name","type","length","leftDigits","rightDigits"
"id","INTEGER","4","4","0"
"user_id","INTEGER","2","2","0"
"site","STRING","21","0","0"
"site_image","STRING","115","0","0"
"title","STRING","60","0","0"
"des","STRING","2627","0","0"
"link","STRING","70","0","0"
"date","STRING","23","0","0"
"image","STRING","37","0","0"
"created_at","STRING","0","0","0"
"updated_at","STRING","0","0","0"
"tags","STRING","0","0","0"
100 changes: 100 additions & 0 deletions lucid/extfeeds.csv

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions lucid/following.columns
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
"name","type","length","leftDigits","rightDigits"
"my_id","INTEGER","4","4","0"
"follower_id","INTEGER","4","4","0"
"status","INTEGER","1","1","0"
Loading