Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
yotta
/
pictogram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
60
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
0816363f
authored
Dec 14, 2016
by
Arturo Montejo Ráez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
licence creation date added
parent
96f2461f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
sails/roles/database/files/pictodb-schema.sql
sails/roles/database/files/pictodb-schema.sql
View file @
0816363f
...
...
@@ -306,7 +306,8 @@ CREATE TABLE IF NOT EXISTS `license` (
`id`
int
(
11
)
NOT
NULL
AUTO_INCREMENT
,
`id_stu`
int
(
11
)
DEFAULT
NULL
,
`number`
varchar
(
16
)
CHARACTER
SET
utf8
COLLATE
utf8_bin
NOT
NULL
,
`activation_ts`
timestamp
(
3
)
NULL
,
`creation_ts`
datetime
DEFAULT
CURRENT_TIMESTAMP
,
`activation_ts`
datetime
NULL
,
`duration`
int
(
11
)
DEFAULT
0
,
PRIMARY
KEY
(
`id`
),
UNIQUE
KEY
`number`
(
`number`
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment