Lae/database/migrations
2023-01-07 20:05:59 +08:00
..
2014_10_12_000000_create_users_table.php 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
2014_10_12_100000_create_password_resets_table.php 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
2019_08_19_000000_create_failed_jobs_table.php 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
2019_12_14_000001_create_personal_access_tokens_table.php 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
2022_08_12_081236_create_drops_table.php 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
2022_08_12_082631_create_transcations_table.php 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
2022_08_12_084822_add_type_to_drops_table.php 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
2022_08_12_123308_create_modules_table.php 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
2022_08_13_051148_create_hosts_table.php 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
2022_08_13_051705_create_workorders_table.php 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
2022_08_13_051817_create_workorder_replies_table.php 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
2022_08_13_083908_create_notifications_table.php 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
2022_08_15_104635_add_managed_price_to_hosts_table.php 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
2022_08_15_141837_set_user_id_nullable_to_work_order_replies.php 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
2022_08_19_082540_add_url_to_modules_table.php 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
2022_08_25_142429_create_tasks_table.php 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
2022_08_29_094841_add_suspended_at_to_hosts_table.php 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
2022_08_30_081930_add_balance_to_users_table.php 优化代码 2022-12-11 19:47:30 +08:00
2022_09_01_033240_create_balances_table.php 优化代码 2022-12-11 19:47:30 +08:00
2022_09_03_070656_add_module_id_to_hosts.php 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
2022_09_08_135104_delete_drops_from_users.php 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
2022_09_13_191255_add_banned_at_to_users.php 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
2022_09_14_214642_drop_transcations_table.php 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
2022_09_14_215159_create_transactions_table.php 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
2022_10_03_123715_convert_user_drops.php 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
2022_10_31_161617_add_wecom_hook_to_modules.php 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
2022_11_02_103610_create_admins_table.php 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
2022_11_06_205842_add_remaining_amount_to_balances.php 优化代码 2022-12-11 19:47:30 +08:00
2022_11_06_205958_drop_drops_table.php 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
2022_11_07_001025_recreate_personal_access_tokens_table.php 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
2022_11_08_181357_drop_access_tokens_table.php 优化导入,格式化代码 2022-11-16 13:16:56 +08:00
2022_11_19_220435_add_hour_at_to_hosts.php 改进 命名 2022-11-20 19:02:43 +08:00
2022_11_20_203107_convert_drops_to_balance.php 增加 迁移 2022-11-20 20:48:21 +08:00
2022_11_20_222505_add_module_id_to_tasks.php 增加 module id 2022-11-20 22:26:37 +08:00
2022_11_22_180553_change_tasks_engine_to_memory_table.php 使用 Memory 数据库 2022-11-22 19:04:23 +08:00
2022_11_23_103355_add_minute_at_to_hosts.php 增加 down 方法 2022-11-23 02:42:12 +00:00
2022_11_23_104838_add_status_to_modules_table.php 改进 位置 2022-11-23 03:13:02 +00:00
2022_11_26_202440_create_user_groups_table.php 增加 用户组功能 2022-11-26 21:52:30 +08:00
2022_11_27_100733_create_applications_table.php 增加 应用程序 2022-11-27 10:34:36 +08:00
2022_12_03_130419_create_module_allows_table.php 增加 MQTT 发布授权 2022-12-03 14:05:37 +08:00
2022_12_03_133136_add_cascade_update_to_workorders_table.php 增加 MQTT 发布授权 2022-12-03 14:05:37 +08:00
2022_12_28_212017_add_birthday_at_to_users_table.php 增加 用户生日 2022-12-28 21:51:16 +08:00
2023_01_01_171554_add_uuid_to_work_orders_table.php 新的 工单支持 / 权限管理 2023-01-01 21:00:21 +08:00
2023_01_01_180855_add_name_to_work_order_replies_table.php 新的 工单支持 / 权限管理 2023-01-01 21:00:21 +08:00
2023_01_01_211259_add_role_to_work_order_replies_table.php 增加 工单角色 2023-01-01 21:36:06 +08:00
2023_01_02_201811_add_notify_to_work_orders_table.php 增加 工单通知选项 2023-01-02 20:25:38 +08:00
2023_01_02_220622_add_email_md5_to_users_table.php 改进 将获取头像的地方的 email 改成 email_md5 2023-01-02 22:26:44 +08:00
2023_01_03_143451_add_uuid_to_users_table.php 增加 用户 UUID 2023-01-03 14:37:15 +08:00
2023_01_04_192849_add_index_to_users_table.php 增加 索引, 增加 已封禁用户搜索 2023-01-04 19:35:25 +08:00
2023_01_05_222438_add_name_to_admins_table.php 添加 管理员名称 2023-01-05 22:36:19 +08:00
2023_01_07_200343_rename_balances_column_to_users.php 修复 迁移过程中造成的 balances 名称问题 2023-01-07 20:05:59 +08:00