gooddreamer_novel_chapter
-
id integer
-
novel_id FK integer
-
chapter_title string (255)
-
chapter_content longText
-
active tinyInteger
-
status tinyInteger
-
created_at datetime
-
updated_at string
-
deleted_at datetime
-
published_at datetime
gooddreamer_novel_comment
-
id integer
-
novel_id FK integer
-
user_id FK integer
-
comment_rating integer
-
comment_content string (255)
-
active tinyInteger
-
created_at datetime
-
updated_at datetime
-
deleted_at datetime
gooddreamer_user_collection
-
id integer
-
user_id FK integer
-
novel_id FK integer
-
type tinyInteger
-
hidden tinyInteger
-
created_at datetime
-
hidden_at datetime