Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
VeNJOB
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nguyen Ngoc Nghia
VeNJOB
Commits
c78f604d
Commit
c78f604d
authored
Dec 05, 2019
by
nnnghia98
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
9fdd6793
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
db/schema.rb
+3
-1
No files found.
db/schema.rb
View file @
c78f604d
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
#
#
# It's strongly recommended that you check this file into your version control system.
# It's strongly recommended that you check this file into your version control system.
ActiveRecord
::
Schema
.
define
(
version:
2019_12_0
2_023059
)
do
ActiveRecord
::
Schema
.
define
(
version:
2019_12_0
5_090113
)
do
create_table
"cities"
,
options:
"ENGINE=InnoDB DEFAULT CHARSET=utf8"
,
force: :cascade
do
|
t
|
create_table
"cities"
,
options:
"ENGINE=InnoDB DEFAULT CHARSET=utf8"
,
force: :cascade
do
|
t
|
t
.
string
"name"
t
.
string
"name"
...
@@ -79,6 +79,8 @@ ActiveRecord::Schema.define(version: 2019_12_02_023059) do
...
@@ -79,6 +79,8 @@ ActiveRecord::Schema.define(version: 2019_12_02_023059) do
t
.
bigint
"company_id"
t
.
bigint
"company_id"
t
.
datetime
"created_at"
,
precision:
6
,
null:
false
t
.
datetime
"created_at"
,
precision:
6
,
null:
false
t
.
datetime
"updated_at"
,
precision:
6
,
null:
false
t
.
datetime
"updated_at"
,
precision:
6
,
null:
false
t
.
string
"code"
t
.
index
[
"code"
],
name:
"index_jobs_on_code"
,
unique:
true
t
.
index
[
"company_id"
],
name:
"index_jobs_on_company_id"
t
.
index
[
"company_id"
],
name:
"index_jobs_on_company_id"
end
end
...
...
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