Skip to content

Latest commit

History

History
41 lines (28 loc) · 1.31 KB

File metadata and controls

41 lines (28 loc) · 1.31 KB

Colons can be used to align columns.

TablesAreCool
col 3 isright-aligned$1600
col 2 iscentered$12
zebra stripesare neat$1

There must be at least 3 dashes separating each header cell. The outer pipes (|) are optional, and you don't need to make the raw Markdown line up prettily. You can also use inline Markdown.

MarkdownLessPretty
Stillrendersnicely
123

Route Map

 PrefixVerbURI PatternController#Action
myaction1GET/url1(.:format)mycontroller1#action
myaction2POST/url2(.:format)mycontroller2#action
 myaction3DELETE-GET/url3(.:format)mycontroller3#action \n")

Table name: users

Columns

NameTypeAttributes
idintegernot null, primary key
foreign_thing_idintegernot null

Foreign Keys

  • fk_rails_... (ON DELETE => on_delete_value ON UPDATE => on_update_value):
    • foreign_thing_id => foreign_things.id