39 lines
1.2 KiB
YAML
39 lines
1.2 KiB
YAML
# == Schema Information
|
|
# Schema version: 20090120184410
|
|
#
|
|
# Table name: groups
|
|
#
|
|
# id :integer(4) not null, primary key
|
|
# type :string(255) default(""), not null
|
|
# name :string(255) default(""), not null
|
|
# description :string(255)
|
|
# actual_size :integer(4)
|
|
# account_balance :decimal(8, 2) default(0.0), not null
|
|
# account_updated :datetime
|
|
# created_on :datetime not null
|
|
# role_admin :boolean(1) not null
|
|
# role_suppliers :boolean(1) not null
|
|
# role_article_meta :boolean(1) not null
|
|
# role_finance :boolean(1) not null
|
|
# role_orders :boolean(1) not null
|
|
# weekly_task :boolean(1)
|
|
# weekday :integer(4)
|
|
# task_name :string(255)
|
|
# task_description :string(255)
|
|
# task_required_users :integer(4) default(1)
|
|
# deleted_at :datetime
|
|
#
|
|
|
|
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
|
first:
|
|
id: 1
|
|
name: Order Group 1
|
|
type: Ordergroup
|
|
another:
|
|
id: 2
|
|
name: Order Group 2
|
|
type: Ordergroup
|
|
admins:
|
|
id: 3
|
|
name: Administrators
|
|
role_admin: true
|