Home
paper_repository_system
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
papers
id
increments
timestamps
timestamps
title
string
(191)
year
string
(20)
journal_id
FK
integer
pdf_url
string
(191)
no_of_agents
string
(191)
fps
string
(191)
sim_time
string
(191)
tool_name
string
(191)
simulation_tool
string
(191)
application_name
string
(191)
application_mode
string
(191)
application_type
string
(191)
keywords
id
increments
timestamps
timestamps
name
string
(50)
paper_keyword_look_up
id
increments
timestamps
timestamps
paper_id
FK
integer
keyword_id
FK
integer
paper_author_look_up
id
increments
timestamps
timestamps
paper_id
FK
integer
author_id
FK
integer
authors
id
increments
timestamps
timestamps
name
string
(191)
email
string
(191)
country_id
integer
journals
id
increments
timestamps
timestamps
name
string
(191)
countries
id
increments
timestamps
timestamps
name
string
(20)
technical_areas
id
increments
timestamps
timestamps
name
string
(191)
technical_high_levels
id
increments
timestamps
timestamps
technical_area_id
FK
integer
name
string
(191)
in_figure
boolean
technical_low_levels
id
increments
timestamps
timestamps
technical_high_level_id
FK
integer
name
string
(100)
has_attributes
string
(15)
attribute_type
string
(15)
paper_technical_low_levels_look_up
id
increments
timestamps
timestamps
paper_id
FK
integer
tech_low_level_id
FK
integer
low_level_attributes
id
increments
timestamps
timestamps
paper_id
FK
integer
technical_low_level_id
FK
integer
name
string
(191)
attributes_value
id
increments
timestamps
timestamps
name
string
(191)
technical_low_level_id
FK
integer
type
string
(15)
taxonomy
id
increments
timestamps
timestamps
technical_high_level_id
integer
technical_low_level_id
integer
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01