使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
mirfalah-tech
/
erpsaas
关注
10
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
20
提交
1
分支
目录树:
6a03eb0e47
3.x
分支列表
标签列表
${ item.name }
创建分支
${ searchTerm }
从 '6a03eb0e47'
${ noResults }
erpsaas
/
database
/
migrations
文件历史
wallo
c72d4afbc0
wip: Accounting Module
2 年前
..
2014_10_12_000000_create_users_table.php
1.x
2 年前
2014_10_12_100000_create_password_reset_tokens_table.php
- v1 new file: .editorconfig new file: .env.example new file: .gitattributes new file: .gitignore new file: README.md new file: app/Console/Kernel.php new file: app/Exceptions/Handler.php new file: app/Http/Controllers/Controller.php new file: app/Http/Kernel.php new file: app/Http/Middleware/Authenticate.php new file: app/Http/Middleware/EncryptCookies.php new file: app/Http/Middleware/PreventRequestsDuringMaintenance.php new file: app/Http/Middleware/RedirectIfAuthenticated.php new file: app/Http/Middleware/TrimStrings.php new file: app/Http/Middleware/TrustHosts.php new file: app/Http/Middleware/TrustProxies.php new file: app/Http/Middleware/ValidateSignature.php new file: app/Http/Middleware/VerifyCsrfToken.php new file: app/Models/User.php new file: app/Providers/AppServiceProvider.php new file: app/Providers/AuthServiceProvider.php new file: app/Providers/BroadcastServiceProvider.php new file: app/Providers/EventServiceProvider.php new file: app/Providers/RouteServiceProvider.php new file: artisan new file: bootstrap/app.php new file: bootstrap/cache/.gitignore new file: composer.json new file: composer.lock new file: config/app.php new file: config/auth.php new file: config/broadcasting.php new file: config/cache.php new file: config/cors.php new file: config/database.php new file: config/filesystems.php new file: config/hashing.php new file: config/logging.php new file: config/mail.php new file: config/queue.php new file: config/sanctum.php new file: config/services.php new file: config/session.php new file: config/view.php new file: database/.gitignore new file: database/factories/UserFactory.php new file: database/migrations/2014_10_12_000000_create_users_table.php new file: database/migrations/2014_10_12_100000_create_password_reset_tokens_table.php new file: database/migrations/2019_08_19_000000_create_failed_jobs_table.php new file: database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php new file: database/seeders/DatabaseSeeder.php new file: package.json new file: phpunit.xml new file: public/.htaccess new file: public/favicon.ico new file: public/index.php new file: public/robots.txt new file: resources/css/app.css new file: resources/js/app.js new file: resources/js/bootstrap.js new file: resources/views/welcome.blade.php new file: routes/api.php new file: routes/channels.php new file: routes/console.php new file: routes/web.php new file: storage/app/.gitignore new file: storage/app/public/.gitignore new file: storage/framework/.gitignore new file: storage/framework/cache/.gitignore new file: storage/framework/cache/data/.gitignore new file: storage/framework/sessions/.gitignore new file: storage/framework/testing/.gitignore new file: storage/framework/views/.gitignore new file: storage/logs/.gitignore new file: tests/CreatesApplication.php new file: tests/Feature/ExampleTest.php new file: tests/TestCase.php new file: tests/Unit/ExampleTest.php new file: vite.config.js
2 年前
2014_10_12_200000_add_two_factor_columns_to_users_table.php
1.x
2 年前
2019_08_19_000000_create_failed_jobs_table.php
- v1 new file: .editorconfig new file: .env.example new file: .gitattributes new file: .gitignore new file: README.md new file: app/Console/Kernel.php new file: app/Exceptions/Handler.php new file: app/Http/Controllers/Controller.php new file: app/Http/Kernel.php new file: app/Http/Middleware/Authenticate.php new file: app/Http/Middleware/EncryptCookies.php new file: app/Http/Middleware/PreventRequestsDuringMaintenance.php new file: app/Http/Middleware/RedirectIfAuthenticated.php new file: app/Http/Middleware/TrimStrings.php new file: app/Http/Middleware/TrustHosts.php new file: app/Http/Middleware/TrustProxies.php new file: app/Http/Middleware/ValidateSignature.php new file: app/Http/Middleware/VerifyCsrfToken.php new file: app/Models/User.php new file: app/Providers/AppServiceProvider.php new file: app/Providers/AuthServiceProvider.php new file: app/Providers/BroadcastServiceProvider.php new file: app/Providers/EventServiceProvider.php new file: app/Providers/RouteServiceProvider.php new file: artisan new file: bootstrap/app.php new file: bootstrap/cache/.gitignore new file: composer.json new file: composer.lock new file: config/app.php new file: config/auth.php new file: config/broadcasting.php new file: config/cache.php new file: config/cors.php new file: config/database.php new file: config/filesystems.php new file: config/hashing.php new file: config/logging.php new file: config/mail.php new file: config/queue.php new file: config/sanctum.php new file: config/services.php new file: config/session.php new file: config/view.php new file: database/.gitignore new file: database/factories/UserFactory.php new file: database/migrations/2014_10_12_000000_create_users_table.php new file: database/migrations/2014_10_12_100000_create_password_reset_tokens_table.php new file: database/migrations/2019_08_19_000000_create_failed_jobs_table.php new file: database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php new file: database/seeders/DatabaseSeeder.php new file: package.json new file: phpunit.xml new file: public/.htaccess new file: public/favicon.ico new file: public/index.php new file: public/robots.txt new file: resources/css/app.css new file: resources/js/app.js new file: resources/js/bootstrap.js new file: resources/views/welcome.blade.php new file: routes/api.php new file: routes/channels.php new file: routes/console.php new file: routes/web.php new file: storage/app/.gitignore new file: storage/app/public/.gitignore new file: storage/framework/.gitignore new file: storage/framework/cache/.gitignore new file: storage/framework/cache/data/.gitignore new file: storage/framework/sessions/.gitignore new file: storage/framework/testing/.gitignore new file: storage/framework/views/.gitignore new file: storage/logs/.gitignore new file: tests/CreatesApplication.php new file: tests/Feature/ExampleTest.php new file: tests/TestCase.php new file: tests/Unit/ExampleTest.php new file: vite.config.js
2 年前
2019_12_14_000001_create_personal_access_tokens_table.php
- v1 new file: .editorconfig new file: .env.example new file: .gitattributes new file: .gitignore new file: README.md new file: app/Console/Kernel.php new file: app/Exceptions/Handler.php new file: app/Http/Controllers/Controller.php new file: app/Http/Kernel.php new file: app/Http/Middleware/Authenticate.php new file: app/Http/Middleware/EncryptCookies.php new file: app/Http/Middleware/PreventRequestsDuringMaintenance.php new file: app/Http/Middleware/RedirectIfAuthenticated.php new file: app/Http/Middleware/TrimStrings.php new file: app/Http/Middleware/TrustHosts.php new file: app/Http/Middleware/TrustProxies.php new file: app/Http/Middleware/ValidateSignature.php new file: app/Http/Middleware/VerifyCsrfToken.php new file: app/Models/User.php new file: app/Providers/AppServiceProvider.php new file: app/Providers/AuthServiceProvider.php new file: app/Providers/BroadcastServiceProvider.php new file: app/Providers/EventServiceProvider.php new file: app/Providers/RouteServiceProvider.php new file: artisan new file: bootstrap/app.php new file: bootstrap/cache/.gitignore new file: composer.json new file: composer.lock new file: config/app.php new file: config/auth.php new file: config/broadcasting.php new file: config/cache.php new file: config/cors.php new file: config/database.php new file: config/filesystems.php new file: config/hashing.php new file: config/logging.php new file: config/mail.php new file: config/queue.php new file: config/sanctum.php new file: config/services.php new file: config/session.php new file: config/view.php new file: database/.gitignore new file: database/factories/UserFactory.php new file: database/migrations/2014_10_12_000000_create_users_table.php new file: database/migrations/2014_10_12_100000_create_password_reset_tokens_table.php new file: database/migrations/2019_08_19_000000_create_failed_jobs_table.php new file: database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php new file: database/seeders/DatabaseSeeder.php new file: package.json new file: phpunit.xml new file: public/.htaccess new file: public/favicon.ico new file: public/index.php new file: public/robots.txt new file: resources/css/app.css new file: resources/js/app.js new file: resources/js/bootstrap.js new file: resources/views/welcome.blade.php new file: routes/api.php new file: routes/channels.php new file: routes/console.php new file: routes/web.php new file: storage/app/.gitignore new file: storage/app/public/.gitignore new file: storage/framework/.gitignore new file: storage/framework/cache/.gitignore new file: storage/framework/cache/data/.gitignore new file: storage/framework/sessions/.gitignore new file: storage/framework/testing/.gitignore new file: storage/framework/views/.gitignore new file: storage/logs/.gitignore new file: tests/CreatesApplication.php new file: tests/Feature/ExampleTest.php new file: tests/TestCase.php new file: tests/Unit/ExampleTest.php new file: vite.config.js
2 年前
2020_05_21_100000_create_companies_table.php
1.x
2 年前
2020_05_21_200000_create_company_user_table.php
1.x
2 年前
2020_05_21_300000_create_company_invitations_table.php
1.x
2 年前
2020_12_22_000000_create_connected_accounts_table.php
1.x
2 年前
2023_05_01_034040_create_sessions_table.php
1.x
2 年前
2023_05_10_040940_create_currencies_table.php
wip: Accounting Module
2 年前
2023_05_11_044321_create_accounts_table.php
wip: Accounting Module
2 年前
2023_05_12_042255_create_categories_table.php
wip: Accounting Module
2 年前
2023_05_19_042232_create_contacts_table.php
wip: Accounting Module
2 年前
2023_05_20_080131_create_taxes_table.php
wip: Accounting Module
2 年前
2023_05_21_163808_create_discounts_table.php
wip: Accounting Module
2 年前
2023_05_22_000100_create_document_defaults_table.php
wip: Accounting Module
2 年前
2023_05_22_073252_create_items_table.php
wip: Accounting Module
2 年前
2023_05_23_141215_create_documents_table.php
wip: Accounting Module
2 年前
2023_05_23_151550_create_document_items_table.php
wip: Accounting Module
2 年前
2023_05_23_173412_create_document_totals_table.php
wip: Accounting Module
2 年前
2023_05_26_025210_create_tag_tables.php
wip: Accounting Module
2 年前
2023_07_03_054805_create_default_settings_table.php
wip: Accounting Module
2 年前