annotations
This commit is contained in:
@@ -2,16 +2,13 @@
|
||||
#
|
||||
# Table name: beispiele
|
||||
#
|
||||
# id :integer not null, primary key
|
||||
# name :string(255)
|
||||
# desc :text
|
||||
# lva_id :integer
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# file_file_name :string(255)
|
||||
# file_content_type :string(255)
|
||||
# file_file_size :integer
|
||||
# file_updated_at :datetime
|
||||
# id :integer not null, primary key
|
||||
# name :string(255)
|
||||
# desc :text
|
||||
# lva_id :integer
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# beispieldatei :string(255)
|
||||
#
|
||||
|
||||
class Beispiel < ActiveRecord::Base
|
||||
|
||||
Reference in New Issue
Block a user