Skip to content

Instantly share code, notes, and snippets.

@doctrinebot
Created December 13, 2015 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save doctrinebot/35c1dbf8b6ae1f4c9a06 to your computer and use it in GitHub Desktop.
Save doctrinebot/35c1dbf8b6ae1f4c9a06 to your computer and use it in GitHub Desktop.
Attachments to Doctrine Jira Issue DDC-673 - https://github.com/doctrine/doctrine2/issues/5183
Account:
type: entity
table: accounts
indexes:
account_ship_to_idx:
columns:
- ship_to
account_sold_to_idx:
columns:
- sold_to
fields:
id:
id: true
type: integer(4)
generator:
strategy: AUTO
parent_id:
type: integer(4)
division_id:
type: integer(1)
district_id:
type: integer(4)
branch_id:
type: integer(4)
salesperson_id:
type: integer(4)
business_class_id:
type: integer(2)
customer_class_id:
type: integer(4)
sales_group_id:
type: integer(4)
keyword_1:
type: string(12)
keyword_2:
type: string(12)
keyword_3:
type: string(12)
territory:
type: string(3)
rexel_class:
type: string(45)
name:
type: string(100)
sold_to:
type: integer(4)
ship_to:
type: integer(4)
extra_info:
type: string(128)
street:
type: string(64)
city:
type: string(32)
province_id:
type: string(3)
postal_code:
type: string(10)
country:
type: string(32)
phone_1:
type: string(20)
phone_2:
type: string(20)
fax:
type: string(20)
pager:
type: string(20)
email:
type: string(255)
url:
type: string(100)
credit_limit:
type: string(32)
contact:
type: string(128)
notes:
type: string(4000)
is_suspended:
type: boolean
as400_created:
type: date
marketing_account_number:
type: integer(4)
lifecycleCallbacks: { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment