This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
Framework
/
urfat-schema
Observar
3
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Ver código fonte
Fixing namespace
Artur Welp
6 anos atrás
pai
1d886326c5
commit
f4d862d4a9
16 arquivos alterados
com
0 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
0
0
src/BBDDL/Db/Adapter/AdapterFactory.php
0
0
src/BBDDL/Db/Adapter/AdapterInterface.php
0
0
src/BBDDL/Db/Adapter/AdapterWrapper.php
0
0
src/BBDDL/Db/Adapter/MysqlAdapter.php
0
0
src/BBDDL/Db/Adapter/PdoAdapter.php
0
0
src/BBDDL/Db/Adapter/PostgresAdapter.php
0
0
src/BBDDL/Db/Adapter/ProxyAdapter.php
0
0
src/BBDDL/Db/Adapter/SQLiteAdapter.php
0
0
src/BBDDL/Db/Adapter/SqlServerAdapter.php
0
0
src/BBDDL/Db/Adapter/TablePrefixAdapter.php
0
0
src/BBDDL/Db/Adapter/WrapperInterface.php
0
0
src/BBDDL/Db/Table.php
0
0
src/BBDDL/Db/Table/Column.php
0
0
src/BBDDL/Db/Table/ForeignKey.php
0
0
src/BBDDL/Db/Table/Index.php
0
0
src/BBDDL/Wrapper.php
+ 0
- 0
src/DDLWrapper/Db/Adapter/AdapterFactory.php → src/BBDDL/Db/Adapter/AdapterFactory.php
Ver arquivo
+ 0
- 0
src/DDLWrapper/Db/Adapter/AdapterInterface.php → src/BBDDL/Db/Adapter/AdapterInterface.php
Ver arquivo
+ 0
- 0
src/DDLWrapper/Db/Adapter/AdapterWrapper.php → src/BBDDL/Db/Adapter/AdapterWrapper.php
Ver arquivo
+ 0
- 0
src/DDLWrapper/Db/Adapter/MysqlAdapter.php → src/BBDDL/Db/Adapter/MysqlAdapter.php
Ver arquivo
+ 0
- 0
src/DDLWrapper/Db/Adapter/PdoAdapter.php → src/BBDDL/Db/Adapter/PdoAdapter.php
Ver arquivo
+ 0
- 0
src/DDLWrapper/Db/Adapter/PostgresAdapter.php → src/BBDDL/Db/Adapter/PostgresAdapter.php
Ver arquivo
+ 0
- 0
src/DDLWrapper/Db/Adapter/ProxyAdapter.php → src/BBDDL/Db/Adapter/ProxyAdapter.php
Ver arquivo
+ 0
- 0
src/DDLWrapper/Db/Adapter/SQLiteAdapter.php → src/BBDDL/Db/Adapter/SQLiteAdapter.php
Ver arquivo
+ 0
- 0
src/DDLWrapper/Db/Adapter/SqlServerAdapter.php → src/BBDDL/Db/Adapter/SqlServerAdapter.php
Ver arquivo
+ 0
- 0
src/DDLWrapper/Db/Adapter/TablePrefixAdapter.php → src/BBDDL/Db/Adapter/TablePrefixAdapter.php
Ver arquivo
+ 0
- 0
src/DDLWrapper/Db/Adapter/WrapperInterface.php → src/BBDDL/Db/Adapter/WrapperInterface.php
Ver arquivo
+ 0
- 0
src/DDLWrapper/Db/Table.php → src/BBDDL/Db/Table.php
Ver arquivo
+ 0
- 0
src/DDLWrapper/Db/Table/Column.php → src/BBDDL/Db/Table/Column.php
Ver arquivo
+ 0
- 0
src/DDLWrapper/Db/Table/ForeignKey.php → src/BBDDL/Db/Table/ForeignKey.php
Ver arquivo
+ 0
- 0
src/DDLWrapper/Db/Table/Index.php → src/BBDDL/Db/Table/Index.php
Ver arquivo
+ 0
- 0
src/DDLWrapper/Wrapper.php → src/BBDDL/Wrapper.php
Ver arquivo