Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1162360
install_schema.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Sep 20, 8:18 PM
Size
560 B
Mime Type
text/plain
Expires
Mon, Sep 22, 8:18 PM (1 h, 57 m)
Engine
blob
Format
Raw Data
Handle
752033
Attached To
rMCUS Modules.Custom
install_schema.sql
View Options
CREATE
TABLE
Widgets
(
WidgetId
int
(
11
)
NOT
NULL
AUTO_INCREMENT
,
Title
varchar
(
255
)
NOT
NULL
DEFAULT
''
,
Description
text
,
Email
varchar
(
255
)
NOT
NULL
DEFAULT
''
,
`Type`
tinyint
(
4
)
NOT
NULL
DEFAULT
'1'
,
Phone
varchar
(
50
)
NOT
NULL
DEFAULT
''
,
Qty
double
NOT
NULL
DEFAULT
'0'
,
`Status`
tinyint
(
4
)
NOT
NULL
DEFAULT
'2'
,
CreatedOn
int
(
10
)
unsigned
DEFAULT
NULL
,
Good
tinyint
(
4
)
NOT
NULL
DEFAULT
'0'
,
BirthTime
int
(
10
)
unsigned
DEFAULT
NULL
,
Image
text
,
DataFile
text
,
Priority
int
(
11
)
NOT
NULL
DEFAULT
'0'
,
PRIMARY
KEY
(
WidgetId
)
);
Event Timeline
Log In to Comment