About
Installation
Documentation
Plugins
Community
Blog
Development
Development
#3525: one-to-many-schema.yml
You must first
sign up
to be able to contribute.
Search:
Login
Settings
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Ticket #3525
: one-to-many-schema.yml
File one-to-many-schema.yml, 311 bytes (added by thomas.s, 8 months ago)
Line
1
Phonenumber:
2
columns:
3
id:
4
type: integer(4)
5
primary: true
6
autoincrement: true
7
name:
8
type: string(255)
9
user_id:
10
type: integer(4)
11
relations:
12
# n:1
13
User:
14
foreignAlias: Phonenumbers
15
options:
16
type: INNODB
17
collate: utf8_unicode_ci
18
charset: utf8
Download in other formats:
Original Format