Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
670b4831
Commit
670b4831
authored
Sep 17, 2007
by
Jonathan.Wage
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated to new schema format.
parent
a1708227
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
18 deletions
+14
-18
schema.yml
tests/schema.yml
+14
-18
No files found.
tests/schema.yml
View file @
670b4831
---
u
ser
:
U
ser
:
tableName
:
user
className
:
User
columns
:
...
...
@@ -10,33 +10,29 @@ user:
type
:
string
length
:
11
user_g
roup
:
UserG
roup
:
tableName
:
user_group
className
:
UserGroup
columns
:
user_id
:
type
:
int
length
:
11
foreignClass
:
User
foreignReference
:
id
localClass
:
Group
localName
:
Groups
foreignName
:
User
primary
:
true
counterpart
:
group_id
group_id
:
type
:
int
length
:
11
foreignClass
:
Group
foreignReference
:
id
localClass
:
User
localName
:
Users
foreignName
:
Group
primary
:
true
counterpart
:
user_id
relations
:
User
:
class
:
User
alias
:
User
foreign
:
id
local
:
user_id
Group
:
class
:
Group
alias
:
Group
foreign
:
id
local
:
group_id
g
roup
:
G
roup
:
tableName
:
group
className
:
Group
columns
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment