codeforkansascity / clear_my_record_backend

Backend API Code for Clear My Record, an application to assist people the process of expunging their criminal convictions.
MIT License
5 stars 3 forks source link

Change fields to text in the client table #61

Closed zmon closed 5 years ago

zmon commented 5 years ago

Client table

+            $table->text('judicial_circuit_number')->nullable();
+            $table->text('count_name')->nullable();
+            $table->text('judge_name')->nullable();
+            $table->text('division_name')->nullable();
+            $table->text('petitioner_name')->nullable();
+            $table->text('division_number')->nullable();
+            $table->text('city_name_here')->nullable();
+            $table->text('county_name')->nullable();
+            $table->text('arresting_county')->nullable();
+            $table->text('prosecuting_county')->nullable();
+            $table->text('arresting_municipalituy')->nullable();
+            $table->text('other_agencies_names')->nullable();