FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
phpClientLib/examples/database.sql at master · pamddg/phpClientLib · GitHub
pamddg
/
phpClientLib
Public
forked from
opensourceBIM/phpClientLib
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
phpClientLib
/
examples
/
database.sql
Copy path
More file actions
More file actions
Latest commit
History
History
History
28 lines (23 loc) · 649 Bytes
Breadcrumbs
phpClientLib
/
examples
/
database.sql
Copy path
File metadata and controls
28 lines (23 loc) · 649 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
--
phpMyAdmin SQL Dump
--
version 3.4.5
--
http://www.phpmyadmin.net
--
--
Host: localhost
--
Generation Time: Oct 29, 2012 at 02:25 PM
--
Server version: 5.5.16
--
PHP Version: 5.3.8
SET
SQL_MODE
=
"
NO_AUTO_VALUE_ON_ZERO
"
;
SET
time_zone
=
"
+00:00
"
;
--
--
Database: `bimservernotifications`
--
--
--------------------------------------------------------
--
--
Table structure for table `incoming`
--
CREATE
TABLE
IF
NOT EXISTS
`
incoming
`
(
`
id
`
int
(
11
)
NOT NULL
AUTO_INCREMENT,
`
message
`
text
NOT NULL
,
`
received
`
timestamp
NOT NULL
DEFAULT
CURRENT_TIMESTAMP
,
PRIMARY KEY
(
`
id
`
)
) ENGINE
=
InnoDB DEFAULT CHARSET
=
latin1 AUTO_INCREMENT
=
55
;
Back
|
FazBrowse Home
|
New Git URL