-
Notifications
You must be signed in to change notification settings - Fork 6
/
Database.txt
43 lines (38 loc) · 924 Bytes
/
Database.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
-- Database: `awebartsdb`
-- --------------------------------------------------------
-- Table: `main_settings`
-- --------------------------------------------------------
`site_name`
`site_url`
`site_dcsc`
`site_email`
`site_tags`
`site_homepanel`
`fb`
`tw`
`rss`
`yt`
-- --------------------------------------------------------
-- Table: `sections`
-- --------------------------------------------------------
`section_id`
`section_name`
-- --------------------------------------------------------
-- Table: `pages`
-- --------------------------------------------------------
`page_id`
`page_name`
`page_content`
`page_status`
`page_visits`
`page_type`
`page_image`
`page_date`
-- --------------------------------------------------------
-- Table: `users`
-- --------------------------------------------------------
`id`
`name`
`username`
`password`
`email`