Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smsManager
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Cristian Mauricio Diaz Canales
smsManager
Commits
d072c593
Commit
d072c593
authored
Jun 18, 2019
by
Cristian Mauricio Diaz Canales
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
actualizacion schema
parent
abb29817
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
app/propel/generated-schemas/default_reversed_schema.xml
app/propel/generated-schemas/default_reversed_schema.xml
+11
-0
No files found.
app/propel/generated-schemas/default_reversed_schema.xml
View file @
d072c593
...
@@ -78,6 +78,17 @@
...
@@ -78,6 +78,17 @@
<parameter
name=
"Engine"
value=
"InnoDB"
/>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</vendor>
</table>
</table>
<table
name=
"campaign"
phpName=
"Campaign"
idMethod=
"native"
>
<column
name=
"ca_id"
phpName=
"CaId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"ca_mensaje"
phpName=
"CaMensaje"
type=
"LONGVARCHAR"
required=
"true"
/>
<column
name=
"ca_estado"
phpName=
"CaEstado"
type=
"BOOLEAN"
size=
"1"
required=
"true"
defaultValue=
"false"
/>
<column
name=
"ca_eliminado"
phpName=
"CaEliminado"
type=
"BOOLEAN"
size=
"1"
required=
"true"
defaultValue=
"false"
/>
<column
name=
"created_at"
phpName=
"CreatedAt"
type=
"TIMESTAMP"
required=
"false"
/>
<column
name=
"updated_at"
phpName=
"UpdatedAt"
type=
"TIMESTAMP"
required=
"false"
/>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"emailing"
phpName=
"Emailing"
idMethod=
"native"
>
<table
name=
"emailing"
phpName=
"Emailing"
idMethod=
"native"
>
<column
name=
"ema_id"
phpName=
"EmaId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"ema_id"
phpName=
"EmaId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"ema_total"
phpName=
"EmaTotal"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ema_total"
phpName=
"EmaTotal"
type=
"INTEGER"
required=
"false"
/>
...
...
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