Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
parkinglot
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
evilla_gomez_guian_principe
parkinglot
Commits
1e34b3b3
Commit
1e34b3b3
authored
Jul 05, 2016
by
Wills Gomez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed date to datetime
parent
44efbc9f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
schema.rb
draft3/db/schema.rb
+3
-3
No files found.
draft3/db/schema.rb
View file @
1e34b3b3
...
@@ -11,16 +11,16 @@
...
@@ -11,16 +11,16 @@
#
#
# 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:
2016070
4091148
)
do
ActiveRecord
::
Schema
.
define
(
version:
2016070
5122207
)
do
create_table
"car_logs"
,
force: :cascade
do
|
t
|
create_table
"car_logs"
,
force: :cascade
do
|
t
|
t
.
string
"plate_number"
t
.
string
"plate_number"
t
.
date
"time_in"
t
.
date
"time_out"
t
.
string
"color"
t
.
string
"color"
t
.
string
"brand"
t
.
string
"brand"
t
.
datetime
"created_at"
,
null:
false
t
.
datetime
"created_at"
,
null:
false
t
.
datetime
"updated_at"
,
null:
false
t
.
datetime
"updated_at"
,
null:
false
t
.
datetime
"time_in"
t
.
datetime
"time_out"
end
end
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