📄 line_items.yml
字号:
# Schema as of June 12, 2006 15:45 (schema version 7)## Table name: line_items## id :integer(11) not null, primary key# product_id :integer(11) default(0), not null# order_id :integer(11) default(0), not null# quantity :integer(11) default(0), not null# total_price :integer(11) default(0), not null## Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.htmlfirst: id: 1another: id: 2
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -